gtk4.git
2009-04-02 Richard HultOnly send map events for toplevels
2009-04-02 Richard HultAdd enter/leave notify to get_event_mask_from_ns_event...
2009-04-02 Richard HultClean up the scroll support a little
2009-04-02 Richard HultMake the various fill_*_event functions consistent
2009-04-02 Richard HultRework the event translation to look more like X11
2009-04-02 Richard HultUpdate the window size after getting windowDidResize
2009-04-02 Richard HultRemove the old workarond for broken tracking rects
2009-04-02 Richard HultHandle NULL event mask in _gdk_windowing_window_at_pointer
2009-04-02 Richard HultFix bug from first patch round, get private from window...
2009-04-02 Richard HultOffset subviews with the parent's abs coordinate
2009-04-02 Richard HultChange window check to quartz window check in gdkinput
2009-04-02 Richard HultSetup iface for queue_translation/antiexpose
2009-04-02 Richard HultAdd quartz window check macro
2009-04-02 Richard HultAdd stubs for queue_translation/antiexpose
2009-04-02 Richard HultImplement _gdk_windowing_create_cairo_surface
2009-04-02 Richard HultRemove gdk_display_pointer_is_grabbed and gdk_pointer_g...
2009-04-02 Richard HultRemove gdk_window_set_child_input_shapes
2009-04-02 Richard HultUpdate more toplevel checks and update set_background...
2009-04-02 Richard HultAdd mask argument to _gdk_windowing_window_at_pointer...
2009-04-02 Richard HultUpdate gdk_window_get_deskrelative_origin, gdk_window_g...
2009-04-02 Richard HultUpdate gdk_window_quartz_set_background and gdk_window_...
2009-04-02 Richard HultAdd more toplevel window checks
2009-04-02 Richard HultUpdate set_urgency_hint/geometry_hints/modal_hint/set_s...
2009-04-02 Richard HultUpdate gdk_window_set_type_hint and gdk_window_get_type...
2009-04-02 Richard HultUpdate gdk_window_focus
2009-04-02 Richard HultRemove gdk_window_quartz_clear_area
2009-04-02 Richard HultUpdate gdk_window_quartz_reparent
2009-04-02 Richard HultUpdate gtk_window_quartz_hide
2009-04-02 Richard HultUpdate signature for gdk_window_quartz_show and adapt...
2009-04-02 Richard HultRename _gdk_windowing_window_destroy to _gdk_quartz_win...
2009-04-02 Richard HultUpdate _gdk_window_impl_new and add private variables...
2009-04-02 Richard HultRemove width/height from GdkWindowImplQuartz and use...
2009-04-02 Richard HultRemove get_size and get_visible region
2009-04-02 Richard HultDon't init size in gdk_window_impl_quartz_init
2009-04-02 Richard HultInclude check for offscreen windows in WINDOW_IS_TOPLEVEL
2009-04-02 Richard HultAdd reset_origin argument to _gdk_windowing_gc_set_clip...
2009-04-02 Alexander Larssontestwindows - support for manually selecting window...
2009-04-02 Alexander LarssonFix typo in pixmap window backing
2009-04-02 Alexander LarssonDon't send expose events if region is empty
2009-04-02 Alexander LarssonDon't expose a temporary grab during a scrollwheel...
2009-04-02 Alexander LarssonHandle native children correctly in gdk_window_scroll
2009-04-02 Alexander LarssonAdd support for scrolling to testwindows
2009-04-02 Alexander LarssonIfdef out x11 specific code
2009-04-02 Alexander LarssonFix performance issue with find_native_sibling_above
2009-04-02 Alexander LarssonFix resize of native children
2009-04-02 Alexander LarssonCall backend move_resize with the right coords/size
2009-04-02 Alexander LarssonMake _gdk_x11_window_tmp_unset_parent_bg not change...
2009-04-02 Alexander LarssonMake moving subwindows correctly handle native windows
2009-04-02 Alexander Larssondo_move_region_bits_on_impl needs to copy from overlapp...
2009-04-02 Alexander Larssonmove_region_on_impl - shortcut if region is empty
2009-04-02 Alexander LarssonFix various problem with temporarily unsetting background
2009-04-02 Alexander LarssonAvoid extending implicit paint size due to empty region...
2009-04-02 Alexander LarssonDon't flicker when unsetting shape (using bg none)
2009-04-02 Alexander LarssonMake testwindows support multiple selected windows
2009-04-02 Alexander LarssonAlways set the shape when creating a native window.
2009-04-02 Alexander LarssonAvoid lots of unnecessary computation when moving tople...
2009-04-02 Alexander LarssonRestack native window after reparent put it on top
2009-04-02 Alexander LarssonFix up native window handling in gdk_window_lower too
2009-04-02 Alexander LarssonFix up gdk_window_raise and native window creation...
2009-04-02 Alexander LarssonAdd restack_under method to GdkWindomImpl
2009-04-02 Alexander LarssonMove all backend specific raise/lower code into _intern...
2009-04-02 Alexander LarssonMake sure we handle clipping in gdk_window_draw_pixbuf...
2009-04-02 Alexander LarssonSend expose events to exposed area when changing the...
2009-04-02 Alexander LarssonForce native windows for all windows used with input...
2009-04-02 Alexander LarssonMake xfree gdkinput code compile
2009-04-02 Alexander LarssonHandle GDK_WA_CURSOR in non-native window creation
2009-04-02 Alexander LarssonInclude inferiors when moving window parts
2009-04-02 Alexander LarssonAdd _gdk_drawable_get_subwindow_scratch_gc as a way...
2009-04-02 Alexander LarssonSet bg none while changing so we don't draw the bg...
2009-04-02 Alexander Larssontests/testwindows - play with GdkWindows
2009-04-02 Alexander LarssonRef imp even in non-native windows and don't NULL out...
2009-04-02 Alexander LarssonCorrect type checks on gdk_window_set_group entry.
2009-04-02 Alexander LarssonWhen creating native window, set the native background
2009-04-02 Alexander LarssonNeed to split up impl changing and reparenting so we...
2009-04-02 Alexander LarssonAvoid flickering by using more temp unset bg
2009-04-02 Alexander LarssonRecompute abs_x/y before reparenting windows due to...
2009-04-02 Alexander LarssonDon't destroy NULL region
2009-04-02 Alexander LarssonFix gdk_window_get_root_origin and gdk_window_get_frame...
2009-04-02 Alexander LarssonEnsure we show native window when creating them for...
2009-04-02 Alexander LarssonMove native window showing/hiding out of is_impl, we...
2009-04-02 Alexander LarssonEnsure that we always invalidate newly exposed areas...
2009-04-02 Alexander LarssonVarious fixes for native windows:
2009-04-02 Alexander LarssonUpdate abs_x/y before moving native children
2009-04-02 Alexander LarssonMove all native children (recursively) in gdk_window_scroll
2009-04-02 Alexander LarssonEnsure that we're properly hiding impl window if one...
2009-04-02 Alexander LarssonDon't remove composited childrens area when processing...
2009-04-02 Alexander LarssonHandle mask == NULL in shape_combine_mask
2009-04-02 Alexander LarssonImplement input shapes
2009-04-02 Alexander LarssonRemove shape_combine_mask from backend. Make X11 backen...
2009-04-02 Alexander LarssonImplement shaped windows
2009-04-02 Alexander LarssonAdd _gdk_windowing_window_get_shape
2009-04-02 Alexander LarssonCreate _gdk_drawable_create_cairo_surface to ugly typec...
2009-04-02 Alexander LarssonMake gdk_windowing_window_destroy a GdkWindowImpl method
2009-04-02 Alexander LarssonMake _gdk_windowing_window_queue_translation a GdkWindi...
2009-04-02 Alexander LarssonRemove unnecessary clear_area method in GdkWindowImpl
2009-04-02 Alexander LarssonFor implicit grabs, we grab the *event* window, not...
2009-04-02 Alexander LarssonHandle cursors right with grabs
2009-04-02 Alexander LarssonImplement cursors
2009-04-02 Alexander LarssonFix crossing event order and some details
2009-04-02 Alexander LarssonNew approach to motion event handling
next